Operator Inequality
Inequality(Checkpoint, Checkpoint)
Determines if two Checkpoints don't refer to the same checkpoint.
Declaration
public static bool operator !=(Checkpoint left, Checkpoint right)
Parameters
Type | Name | Description |
---|---|---|
Checkpoint | left | The left Checkpoint. |
Checkpoint | right | The right Checkpoint. |
Returns
Type | Description |
---|---|
System.Boolean |
|