Method Equals
Equals(object?)
Indicates whether the current object is equal to another object.
public override bool Equals(object? other)
Parameters
otherobjectAn object to compare with this object.
Returns
- bool
trueif the current object is equal to other; otherwise,false.
Equals(ObjectUniqueId)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ObjectUniqueId other)
Parameters
otherObjectUniqueIdAn object to compare with this object.
Returns
- bool
trueif the current object is equal to other; otherwise,false.