System.Nullable.operator Equality
Delphi
class operator BitwiseOr(L, R: Nullable<T>): Nullable<T>; inline; // or operator
class operator BitwiseXor(L, R: Nullable<T>): Nullable<T>; // xor operator
class operator Equal(L, R: Nullable<T>): Boolean;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Nullables.inc | System | Nullable |
Description
Embarcadero Technologies does not currently have any additional information.