Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DefinedName Class / Equals Method / Equals(DefinedName) Method
The DefinedName to compare with this instance.


In This Topic
Equals(DefinedName) Method
In This Topic
Determines whether the specified DefinedName is equal to this instance.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As DefinedName _
) As Boolean
 
'Usage
 
Dim instance As DefinedName
Dim other As DefinedName
Dim value As Boolean
 
value = instance.Equals(other)

Parameters

other
The DefinedName to compare with this instance.

Return Value

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