op_LessThanOrEqual

View LessThanOrEqual operator

Returns a value indicating whether this instance is less than or equal to 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 less than or equal to a specified object

See Also