ValidationError.Equals Method (ValidationError)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Function Equals ( _
other As ValidationError _
) As Boolean
'Usage
Dim instance As ValidationError
Dim other As ValidationError
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
ValidationError other
)
Parameters
- other
Type: Microsoft.Exchange.Data.ValidationError
Return Value
Type: System.Boolean