Compartir a través de


MapiFolderPath.Inequality 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
)

Return Value

Type: System.Boolean