Method Equals
Equals(BezierKnot)
Compare two knots for equality.
Declaration
public bool Equals(BezierKnot other)
Parameters
| Type | Name | Description |
|---|---|---|
| BezierKnot | other | The knot to compare against. |
Returns
| Type | Description |
|---|---|
| bool | Returns true when the position, tangents, and rotation of each knot are identical. |
Implements
Equals(object)
Compare against an object for equality.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare against. |
Returns
| Type | Description |
|---|---|
| bool | Returns true when |