OrganizationId.Equals Method (OrganizationId)
Namespace: Microsoft.Exchange.Data.Directory
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Function Equals ( _
other As OrganizationId _
) As Boolean
'Usage
Dim instance As OrganizationId
Dim other As OrganizationId
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
OrganizationId other
)
Parameters
- other
Type: Microsoft.Exchange.Data.Directory.OrganizationId
Return Value
Type: System.Boolean