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. The value of this enum member is 1. |
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. The value of this enum member is 1. |
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. The value of this enum member is 1. |
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from object) |