Cycle.Equals Method
Overloads
Name | Description |
|---|---|
Determines whether the specified object is equal to this Cycle. |
Equals(Cycle)
Indicates whether this Cycle is equal to another Cycle.
public new bool Equals(Cycle? other);
Parameters
Returns
true if this Cycle is equal to the other parameter; otherwise, false.
Equals(Object)
Determines whether the specified object is equal to this Cycle.
public override bool Equals(object? obj);
Parameters
Returns
true if this Cycle is equal to the obj parameter; otherwise, false.
Last modified: 06 November 2025