Table of Contents

Method Equals

Namespace
Skyline.DataMiner.Net.Profiles
Assembly
SLNetTypes.dll

Equals(LinkableObject, LinkableObject)

Determines whether the specified objects are equal.

public bool Equals(LinkableObject x, LinkableObject y)

Parameters

x LinkableObject

The first object of type LinkableObject to compare.

y LinkableObject

The 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.