Spread Windows Forms 12.0 Product Documentation
Equals(Object) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Reference Structure : Equals(Object) Method
The object to compare with the current instance.
Determines whether the specified System.Object is equal to this reference.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
'Usage
 
Dim instance As Reference
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
public override bool Equals( 
   object obj
)

Parameters

obj
The object to compare with the current instance.

Return Value

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

Reference

Reference Structure
Reference Members