Method Equals
Equals(SchedulerMapping)
Returns a value indicating whether this object has the same scheduler instance as a specified SchedulerMapping value.
public bool Equals(SchedulerMapping other)
Parameters
other
SchedulerMappingThe SchedulerMapping value to compare to this object.
Returns
Equals(object)
Indicates whether this instance and a specified object are equal.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current instance.
Returns
- bool
true if
obj
and this instance are the same type and represent the same value; otherwise, false.