[]
Indicates whether the current RangeReference is equal to another RangeReference of the same type.
public bool Equals(RangeReference other)
Public Function Equals(other As RangeReference) As Boolean
Type | Name | Description |
---|---|---|
RangeReference | other | An object to compare with this object. |
Type | Description |
---|---|
bool |
|
Determines whether the specified object is equal to this instance.
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean