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
- other
Type: Microsoft.Exchange.Data.NetID
Return value
Type: System.Boolean