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
- other
Type: Microsoft.Exchange.Data.MultiValuedProperty<T>
Return value
Type: System.Boolean
Returns Boolean.