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