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