Assignable<T>.Inequality Operator
Adapts the <> operator so it returns true when both instances have different values.
Syntax
Unit: Bcl.Types.Assignable
class operator Assignable<T>.Inequality(Left: ; Right: ): Boolean; overload;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Left | |||
| Right |