Compartir a través de


ExTimeZoneValue.Inequality Operator

Namespace:  Microsoft.Exchange.Data.Storage.Management
Assembly:  Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    left As ExTimeZoneValue, _
    right As ExTimeZoneValue _
) As Boolean
'Usage
Dim left As ExTimeZoneValue
Dim right As ExTimeZoneValue
Dim returnValue As Boolean

returnValue = (left <> right)
public static bool operator !=(
    ExTimeZoneValue left,
    ExTimeZoneValue right
)

Return Value

Type: System.Boolean