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