LiquidTechnologies.XmlObjects Namespace / LxDuration Structure / Equals Method
The value to be compared

In This Topic
    Equals Method (LxDuration)
    In This Topic
    Indicates whether this instance and a specified object are equal. Compares the raw values
    Syntax
    'Declaration
     
    
    Public Overrides Function Equals( _
       ByVal o As System.Object _
    ) As System.Boolean
    public override System.bool Equals( 
       System.object o
    )

    Parameters

    o
    The value to be compared

    Return Value

    true if obj and this instance are the same type and represent the same value; otherwise, false.true if they are bitwise identical
    Remarks
    Will report that 24 hours and 1 day are different. For more value based comparisons use the Normalized value.
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also