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