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 services 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
otherDmsServiceIdAn object to compare with this object.
Returns
- bool
trueif the services are equal; otherwise,false.