Table of Contents

Method Equals

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Equals(IDmsView, IDmsView)

Determines whether the specified view objects are equal.

public override bool Equals(IDmsView x, IDmsView y)

Parameters

x IDmsView

The first object to compare.

y IDmsView

The second object to compare.

Returns

bool

true if the specified views have the same ID; otherwise, false.