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