'Declaration
Public Overloads Function Equals( _ ByVal other As DataValidationSuggestionItem _ ) As Boolean
'Usage
Dim instance As DataValidationSuggestionItem Dim other As DataValidationSuggestionItem Dim value As Boolean value = instance.Equals(other)
public bool Equals( DataValidationSuggestionItem other )
Parameters
- other
- The object to compare with the current instance.