[]
Indicates whether the current object is equal to another object of the same type.
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Type | Name | Description |
---|---|---|
object | obj | An object to compare with this object. |
Type | Description |
---|---|
bool | true if the current object is equal to the other parameter; otherwise, false. |
Indicates whether the current FormulaDependentInfos.Cell object is equal to another FormulaDependentInfos.Cell object.
public bool Equals(FormulaDependentInfos.Cell other)
Public Function Equals(other As FormulaDependentInfos.Cell) As Boolean
Type | Name | Description |
---|---|---|
FormulaDependentInfos.Cell | other | An object to compare with this object. |
Type | Description |
---|---|
bool | true if the current object is equal to the other parameter; otherwise, false. |