Summary
Determines whether the specified
object
is equal to this instance.
- Namespace
- StrideToolkit
.Mathematics - Containing Type
- RaySegment
Syntax
public override bool Equals(object value)
Parameters
Name | Type | Description |
---|---|---|
value | object | The object to compare with this instance. |
Return Value
Type | Description |
---|---|
bool |
true if the specified object is equal to this instance; otherwise, false .
|