Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidationSuggestionItem Structure / Equals Method / Equals(DataValidationSuggestionItem) Method
The object to compare with the current instance.


In This Topic
Equals(DataValidationSuggestionItem) Method
In This Topic
Determines whether the specified System.Object is equal to this instance.
Syntax
'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)

Parameters

other
The object to compare with the current instance.

Return Value

true if the specified System.Object is equal to this instance; otherwise, false.
See Also