Table of Contents

Method Equals

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

Equals(DmaInfo)

Determines whether the specified view objects are equal.

public bool Equals(DmaInfo other)

Parameters

other DmaInfo

The object to compare.

Returns

bool

true if the objects have the same ID, number of elements and number of services; otherwise, false.

Equals(object)

Determines whether the specified view objects are equal.

public override bool Equals(object obj)

Parameters

obj object

The object to compare as an object.

Returns

bool

true if the objects have the same ID, number of elements and number of services; otherwise, false.