Share via


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
)

Parameters

Return value

Type: System.Boolean
Returns Boolean.

See also

Reference

MultiValuedProperty<T> class

MultiValuedProperty<T> members

Equals overload

Microsoft.Exchange.Data namespace