Overload | Description |
---|---|
Equals(Object,UAFilterOperand) | TRUE if operand[0] is equal to operand[1].
Remarks: If the operands are of different types, the system shall perform any implicit conversion to a common type. This operator resolves to FALSE if no implicit conversion is available and the operands are of different types. This operator returns FALSE if the implicit conversion fails. |
Equals(UAFilterOperand,Object) | TRUE if operand[0] is equal to operand[1].
Remarks: If the operands are of different types, the system shall perform any implicit conversion to a common type. This operator resolves to FALSE if no implicit conversion is available and the operands are of different types. This operator returns FALSE if the implicit conversion fails. |
Equals(UAFilterOperand,UAFilterOperand) | TRUE if operand[0] is equal to operand[1].
Remarks: If the operands are of different types, the system shall perform any implicit conversion to a common type. This operator resolves to FALSE if no implicit conversion is available and the operands are of different types. This operator returns FALSE if the implicit conversion fails. |
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from object) |