Table of Contents

Method Equals

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

Equals(Udp)

Compares two instances of this object by comparing the property fields.

public bool Equals(Udp other)

Parameters

other Udp

The object to compare to.

Returns

bool

Boolean indicating if object is equal or not.

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.