Method Equals
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Equals(DurationBasedSlowPollSettings)
Compares two instances of this object by comparing the property fields.
public bool Equals(DurationBasedSlowPollSettings other)
Parameters
other
DurationBasedSlowPollSettingsThe object to compare to.
Returns
- bool
Boolean indicating if object is equal or not.
Equals(object)
Determines whether the current object is equal to another object of the same type.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
- bool
true
if the current object is equal to the other object; otherwise,false
.