LiquidTechnologies.XmlObjects Namespace / LxDateTime Structure / Equals Method / Equals(Object) Method
The other object to compare this against

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

    Parameters

    o
    The other object to compare this against

    Return Value

    true if obj and this instance are the same type and represent the same value; otherwise, false.true if obj and this instance are the same type and represent the same value; otherwise, false.
    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