Table of Contents

Method Equals

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

Equals(object)

Compares the object to another object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare against.

Returns

bool

true if the elements are equal; otherwise, false.

Equals(DmsServiceId)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(DmsServiceId other)

Parameters

other DmsServiceId

An object to compare with this object.

Returns

bool

true if the services are equal; otherwise, false.