Operator operator !=
operator !=(SHCoefficients, SHCoefficients)
Not equals operator implementation.
Declaration
public static bool operator !=(SHCoefficients left, SHCoefficients right)
Parameters
| Type | Name | Description |
|---|---|---|
| SHCoefficients | left | Left operand of comparison |
| SHCoefficients | right | Right operand of comparison |
Returns
| Type | Description |
|---|---|
| bool | True if contents are not equal, False otherwise. |