Share via


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
)

Return Value

Type: System.Boolean

Implements

IEquatable<T>.Equals(T)