'Declaration
Public Overloads Function Equals( _ ByVal other As DataValidationError _ ) As Boolean
'Usage
Dim instance As DataValidationError Dim other As DataValidationError Dim value As Boolean value = instance.Equals(other)
public bool Equals( DataValidationError other )
Parameters
- other