Nevron Open Vision Documentation
Nevron.Nov Namespace / NAdjustmentRule Class / Equals Method / Equals(NAdjustmentRule) Method
A second NTimeZoneInfo.AdjustmentRule object.


In This Topic
    Equals(NAdjustmentRule) Method
    In This Topic
    Determines whether the current NTimeZoneInfo.AdjustmentRule object is equal to a second NTimeZoneInfo.AdjustmentRule object.
    Syntax
    'Declaration
     
    
    Public Overloads Function Equals( _
       ByVal other As NAdjustmentRule _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NAdjustmentRule
    Dim other As NAdjustmentRule
    Dim value As System.Boolean
     
    value = instance.Equals(other)
    public System.bool Equals( 
       NAdjustmentRule other
    )

    Parameters

    other
    A second NTimeZoneInfo.AdjustmentRule object.

    Return Value

    true if both NTimeZoneInfo.AdjustmentRule objects have equal values; otherwise, false.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also