MapiFolderPath.Equality Operator
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Operator = ( _
operand1 As MapiFolderPath, _
operand2 As MapiFolderPath _
) As Boolean
'Usage
Dim operand1 As MapiFolderPath
Dim operand2 As MapiFolderPath
Dim returnValue As Boolean
returnValue = (operand1 = operand2)
public static bool operator ==(
MapiFolderPath operand1,
MapiFolderPath operand2
)
Parameters
- operand1
Type: Microsoft.Exchange.Data.MapiFolderPath
- operand2
Type: Microsoft.Exchange.Data.MapiFolderPath
Return Value
Type: System.Boolean