Method Equals
Equals(LinkableObject, LinkableObject)
Determines whether the specified objects are equal.
public bool Equals(LinkableObject x, LinkableObject y)
Parameters
x
LinkableObjectThe first object of type LinkableObject to compare.
y
LinkableObjectThe second object of type LinkableObject to compare.
Returns
- bool
true
if the specified objects are equal; otherwise,false
.
Remarks
Two LinkableObject instances are considered equal by this method if their ID is the same.