ExchangeObjectVersion.Equality Operator
Compares two ExchangeObjectVersion instances for equality.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Operator = ( _
objA As ExchangeObjectVersion, _
objB As ExchangeObjectVersion _
) As Boolean
'Usage
Dim objA As ExchangeObjectVersion
Dim objB As ExchangeObjectVersion
Dim returnValue As Boolean
returnValue = (objA = objB)
public static bool operator ==(
ExchangeObjectVersion objA,
ExchangeObjectVersion objB
)
Parameters
- objA
Type: Microsoft.Exchange.Data.ExchangeObjectVersion
The first ExchangeObjectVersion instance to compare.
- objB
Type: Microsoft.Exchange.Data.ExchangeObjectVersion
The second ExchangeObjectVersion instance to compare.
Return Value
Type: System.Boolean
true if the two instances are equal; otherwise, false.