Click or drag to resize

OperatableObject Operators

The OperatableObject type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(Object, OperatableObject) Applies the binary addition operator with operands in reversed order.
Public operatorStatic memberAddition(OperatableObject, Object) Applies the binary addition operator.
Public operatorStatic memberBitwiseAnd(OperatableObject, Object) Applies the binary AND operator.
Public operatorStatic memberBitwiseOr(OperatableObject, Object) Applies the binary OR operator.
Public operatorStatic memberDecrement(OperatableObject) Applies decrement.
Public operatorStatic memberDivision(OperatableObject, Object) Applies the binary division operator.
Public operatorStatic memberEquality(OperatableObject, Object) Applies the equality operator.
Public operatorStatic memberExclusiveOr(OperatableObject, Object) Applies the binary XOR operator.
Public operatorStatic memberFalse(OperatableObject) Evaluates the instance for boolean false.
Public operatorStatic memberGreaterThan(OperatableObject, Object) Applies the greater-than operator.
Public operatorStatic memberGreaterThanOrEqual(OperatableObject, Object) Applies the greater-than-or-equal operator.
Public operatorStatic memberIncrement(OperatableObject) Applies increment.
Public operatorStatic memberInequality(OperatableObject, Object) Applies the inequality operator.
Public operatorStatic memberLeftShift(OperatableObject, Int32) Applies the left-shift operator.
Public operatorStatic memberLessThan(OperatableObject, Object) Applies the less-than operator.
Public operatorStatic memberLessThanOrEqual(OperatableObject, Object) Applies the less-than-or-equal operator.
Public operatorStatic memberLogicalNot(OperatableObject) Applies logical negation.
Public operatorStatic memberModulus(OperatableObject, Object) Applies the binary modulo operator.
Public operatorStatic memberMultiply(OperatableObject, Object) Applies the binary multiplication operator.
Public operatorStatic memberOnesComplement(OperatableObject) Applies bitwise complement.
Public operatorStatic memberRightShift(OperatableObject, Int32) Applies the right-shift operator.
Public operatorStatic memberSubtraction(OperatableObject, Object) Applies the binary subtraction operator.
Public operatorStatic memberTrue(OperatableObject) Evaluates the instance for boolean true.
Public operatorStatic memberUnaryNegation(OperatableObject) Applies unary minus.
Public operatorStatic memberUnaryPlus(OperatableObject) Applies unary plus.
Top
See Also