Operator operator !=
operator !=(SplineKnotIndex, SplineKnotIndex)
Checks if two indices are not equal.
Declaration
public static bool operator !=(SplineKnotIndex indexA, SplineKnotIndex indexB)
Parameters
Type | Name | Description |
---|---|---|
SplineKnotIndex | indexA | The first index. |
SplineKnotIndex | indexB | The second index. |
Returns
Type | Description |
---|---|
bool | Returns false if the indices reference the same knot on the same spline, true otherwise. |