Nevron Open Vision Documentation
Nevron.Nov Namespace / NTransitionTime Structure / Inequality Operator
The first object to compare.
The second object to compare.


In This Topic
    Inequality Operator (NTransitionTime)
    In This Topic
    Determines whether two specified NTimeZoneInfo.TransitionTime objects are not equal.
    Syntax
    'Declaration
     
    
    Public Operator <>( _
       ByVal t1 As NTransitionTime, _
       ByVal t2 As NTransitionTime _
    ) As System.Boolean
    'Usage
     
    
    public System.bool operator !=( 
       NTransitionTime t1,
       NTransitionTime t2
    )

    Parameters

    t1
    The first object to compare.
    t2
    The second object to compare.

    Return Value

    true if t1 and t2 have any different member 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