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
objobjectThe object to compare against.
Returns
- bool
trueif the elements are equal; otherwise,false.
Equals(DmsElementId)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(DmsElementId other)
Parameters
otherDmsElementIdAn object to compare with this object.
Returns
- bool
trueif the elements are equal; otherwise,false.