Sdílet prostřednictvím


NetID.Equals Method (NetID)

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

Syntax

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

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

Parameters

Return Value

Type: System.Boolean

Implements

IEquatable<T>.Equals(T)