= (Equal To) (MDX)
SQL Server 2005
Performs a comparison operation that determines whether the value of one Multidimensional Expressions (MDX) expression is equal to the value of another MDX expression.
A Boolean value based on the following conditions:
-
true if both parameters are non-null, and the value of the first parameter is equal to the value of the second parameter.
-
false if both parameters are non-null, and the value of the first parameter is not equal to the value of the second parameter.
-
null if either or both parameters evaluate to a null value, unless the comparison
0 = nullis made, in which case the Boolean value contains true.