Vector2F.op_Equality
Vector2F Equality operator
Returns a boolean indicating whether the two given vectors are equal.
public static bool operator ==(Vector2F v1, Vector2F v2)
| Parameter | Type | Description |
|---|---|---|
| v1 | Vector2F | First vector to compare. |
| v2 | Vector2F | Second vector to compare. |
Return Value
True if the vectors are equal; False otherwise.
See Also
- struct Vector2F
- namespace Aspose.CAD
- assembly Aspose.CAD