== 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 tests the equality between two operands.

Operator Description

The == operator is predefined for the Number, Character, Logical, Binary, Byte, Guid, Text, Date, DateTime, Time, Entity, and Collection types, as well as all their subtypes. If the left operand equals the right operand, the == operator returns true. Otherwise, it returns false.