Operator operator ==
operator ==(SplineKnotIndex, SplineKnotIndex)
Checks if two indices are 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 true if the indices reference the same knot on the same spline, false otherwise. |