Compartir a través de


ExTimeZoneValue.Equals Method (ExTimeZoneValue)

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

Syntax

'Declaration
Public Function Equals ( _
    other As ExTimeZoneValue _
) As Boolean
'Usage
Dim instance As ExTimeZoneValue
Dim other As ExTimeZoneValue
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    ExTimeZoneValue other
)

Return Value

Type: System.Boolean

Implements

IEquatable<T>.Equals(T)