Method Equals
Equals(SplineInfo)
Compare against another SplineInfo for equality.
Declaration
public bool Equals(SplineInfo other)
Parameters
Type | Name | Description |
---|---|---|
SplineInfo | other | The other instance to compare against. |
Returns
Type | Description |
---|---|
bool | Returns true when |
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 |