Compartir a través de


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
)

Return Value

Type: System.Boolean