Method Equals
Equals(SplineKnotIndex)
Checks if two indices are equal.
Declaration
public bool Equals(SplineKnotIndex otherIndex)
Parameters
Type | Name | Description |
---|---|---|
SplineKnotIndex | otherIndex | The index to compare against. |
Returns
Type | Description |
---|---|
bool | Returns true if the indices reference the same knot on the same spline, false otherwise. |
Implements
Equals(object)
Checks if two indices are equal.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to compare against. |
Returns
Type | Description |
---|---|
bool | Returns true if the object is a SplineKnotIndex and the indices reference the same knot on the same spline, false otherwise. |