Method Equals
Equals(FloatRange)
Tests if this FloatRange is considered equal to another.
Declaration
public bool Equals(Math.FloatRange other)
Parameters
Type | Name | Description |
---|---|---|
Math.FloatRange | other | The float range to compare to this object. |
Returns
Type | Description |
---|---|
bool | True if the objects are considered equal, false if they are not. |
Implements
Equals(object)
Tests if this object is considered equal to another.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to compare to this object. |
Returns
Type | Description |
---|---|
bool | True if the objects are considered equal, false if they are not. |