Method Equals
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Equals(DmaInfo)
Determines whether the specified view objects are equal.
public bool Equals(DmaInfo other)
Parameters
other
DmaInfoThe object to compare.
Returns
- bool
true
if the objects have the same ID, number of elements and number of services; otherwise,false
.
Equals(object)
Determines whether the specified view objects are equal.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare as an object.
Returns
- bool
true
if the objects have the same ID, number of elements and number of services; otherwise,false
.