Skip to content

Cycle.Inequality Operator

Definition

Tests if two Cycle instances are not equal to each other.

public static bool operator Inequality(Cycle? left, Cycle? right);

View source

Parameters

Name Type Description
left Cycle The left Cycle.
right Cycle The left Cycle.

Returns

Boolean

true if left and right are not equal, false otherwise.