op_GreaterThan

View GreaterThan operator

Returns a value indicating whether this instance is greater than a specified object.

public static bool operator >(View a, View b)
ParameterTypeDescription
aViewThe first view.
bViewThe second view.

Return Value

a value indicating whether this instance is greater than a specified object

See Also