Share via


<= Operator ("M" Reference)

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

The <= operator is a binary operator that tests the relationship between two operands.

Operator Description

The <= operator is predefined for the Number, Character, Text, Date, DateTime, Time, and Collection types, as well as all their subtypes. For Number, Character, Text, Date, DateTime, and Time types, the <= operator returns true if the left operand is less than or equal to the right operand. Otherwise, it returns false.

For collections, the <= operator returns true if the left operand is a subset of the right operand. Otherwise, it returns false.