TdxNullableValue<T>.NotEqual(TdxNullableValue<T>,TdxNullableValue<T>)~Boolean Operator
Declaration
operator NotEqual(const A: TdxNullableValue<T>; const B: TdxNullableValue<T>): Boolean;
Parameters
| Name | Type |
|---|---|
| A | TdxNullableValue<T> |
| B | TdxNullableValue<T> |
Returns
| Type |
|---|
| Boolean |
See Also