MrKWatkins.EmulatorTestSuites 0.1.9 Help

Cycle.Equals Method

Overloads

Name

Description

Equals(Cycle)

Indicates whether this Cycle is equal to another Cycle.

Equals(Object)

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

Name

Type

Description

other

Cycle

A Cycle to compare with this Cycle.

Returns

Boolean

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

Name

Type

Description

obj

Object

The object to compare with this Cycle.

Returns

Boolean

true if this Cycle is equal to the obj parameter; otherwise, false.

Last modified: 13 July 2025