Class LinkEqualityComparer
Last update: 16.07.2025Namespace: VM.Managed
Assembly: VMAppCore.dll
This class is to compare Link key.
public class LinkEqualityComparer
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
LinkEqualityComparer()
public LinkEqualityComparer()
Methods
Equals(ILink, ILink)
Compare two Link objects.
public virtual bool Equals(ILink x, ILink y)
Parameters
x ILink
The first comparable object.
y ILink
The second comparable object.
Returns
GetHashCode(ILink)
Get hash code of Link object.
public virtual int GetHashCode(ILink iLink)
Parameters
iLink ILink
The object to get hash code.