'Declaration
Public Overloads Function Equals( _ ByVal other As CellReference _ ) As Boolean
'Usage
Dim instance As CellReference Dim other As CellReference Dim value As Boolean value = instance.Equals(other)
public bool Equals( CellReference other )
Parameters
- other
- An object to compare with this object.