Method Equals
Equals(ISelectableElement)
Checks if two instances of SplineElement are equal.
Declaration
public bool Equals(ISelectableElement other)
Parameters
| Type | Name | Description |
|---|---|---|
| ISelectableElement | other | The ISelectableElement to compare against. |
Returns
| Type | Description |
|---|---|
| bool | Returns true when |
Implements
Equals(SelectableKnot)
Checks if two instances of SelectableKnot are equal.
Declaration
public bool Equals(SelectableKnot other)
Parameters
| Type | Name | Description |
|---|---|---|
| SelectableKnot | other | The SelectableKnot to compare against. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the values of each instance of |
Implements
Equals(object)
Checks if two instances of an object 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 |