Method Equals
Equals(object?)
Indicates whether the current object is equal to another object.
public override bool Equals(object? other)
Parameters
other
objectAn object to compare with this object.
Returns
- bool
true
if 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
other
ObjectUniqueIdAn object to compare with this object.
Returns
- bool
true
if the current object is equal to other; otherwise,false
.