Operator operator !=
operator !=(VolumeParameter<T>, T)
Compares the value store in a parameter with another value of the same type.
Declaration
public static bool operator !=(VolumeParameter<T> lhs, T rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| VolumeParameter<T> | lhs | The first value in a VolumeParameter. |
| T | rhs | The second value. |
Returns
| Type | Description |
|---|---|
| bool |
|