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