Operator operator -
operator -(Property, Property)
Subtract the two given operands into a new Property.
Declaration
public static Property operator -(Property a, Property b)
Parameters
| Type | Name | Description |
|---|---|---|
| Property | a | Left operand. |
| Property | b | Right operand. |
Returns
| Type | Description |
|---|---|
| Property | A new Property resulting from the subtraction of both operands. |
Exceptions
| Type | Condition |
|---|---|
| NotSupportedException | Thrown if one of the operands' type isn't supported. |