NullableTypes Class Library

NullableInt16 Greater Than Operator 

Comparison: greater than

[Visual Basic]
returnValue = NullableInt16.op_GreaterThan(x, y)
[C#]
public static NullableBoolean operator >(
   NullableInt16 x,
   NullableInt16 y
);

Parameters

x
Nullable Int16 value
y
Nullable Int16 value

Return Value

result of 'greater than' comparison

See Also

NullableInt16 Class | NullableTypes Namespace