RoleEntry.Equality Operator

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

Syntax

'Declaration
Public Shared Operator = ( _
    left As RoleEntry, _
    right As RoleEntry _
) As Boolean
'Usage
Dim left As RoleEntry
Dim right As RoleEntry
Dim returnValue As Boolean

returnValue = (left = right)
public static bool operator ==(
    RoleEntry left,
    RoleEntry right
)

Return Value

Type: System.Boolean