MultiValuedProperty<T>.Equals Method (MultiValuedProperty<T>)

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

Syntax

'Declaration
Public Function Equals ( _
    other As MultiValuedProperty(Of T) _
) As Boolean
'Usage
Dim instance As MultiValuedProperty
Dim other As MultiValuedProperty(Of T)
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    MultiValuedProperty<T> other
)

Return Value

Type: System.Boolean
Returns Boolean.

Implements

IEquatable<T>.Equals(T)