Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class LinkEqualityComparer

Last update: 16.07.2025

Namespace: VM.Managed
Assembly: VMAppCore.dll

This class is to compare Link key.

public class LinkEqualityComparer

Inheritance

objectLinkEqualityComparer

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

LinkEqualityComparer()

public LinkEqualityComparer()

Methods

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

bool

Get hash code of Link object.

public virtual int GetHashCode(ILink iLink)

Parameters

iLink ILink

The object to get hash code.

Returns

int

Connect with Ansys