op_LessThan

View LessThan operator

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

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

Return Value

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

See Also