LiquidTechnologies.XmlObjects Namespace / LxDuration Structure / Equality Operator
One of the values to be compared
One of the values to be compared

In This Topic
    Equality Operator (LxDuration)
    In This Topic
    Compares the raw values
    Syntax
    'Declaration
     
    
    Public Operator =( _
       ByVal left As LxDuration, _
       ByVal right As LxDuration _
    ) As System.Boolean
    public System.bool operator ==( 
       LxDuration left,
       LxDuration right
    )

    Parameters

    left
    One of the values to be compared
    right
    One of the values to be compared

    Return Value

    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