RoleEntry.Equals Method (RoleEntry)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Protected Function Equals ( _
other As RoleEntry _
) As Boolean
'Usage
Dim other As RoleEntry
Dim returnValue As Boolean
returnValue = Me.Equals(other)
protected bool Equals(
RoleEntry other
)
Parameters
- other
Type: Microsoft.Exchange.Data.RoleEntry
Return Value
Type: System.Boolean
See Also