SampSharp
SampSharp
SampSharp.GameMode
Vector3 Structure
Vector3 Operators
Addition Operator
Division Operator
Equality Operator
Inequality Operator
Multiply Operator
Subtraction Operator
UnaryNegation Operator
Vector3
Equality Operator
Tests whether all components of both
Vector3
are equivalent.
Namespace:
SampSharp.GameMode
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
Copy
public
static
bool
operator
==
(
Vector3
left
,
Vector3
right
)
Parameters
left
Type:
SampSharp.GameMode
Vector3
Instance of
Vector3
to compare.
right
Type:
SampSharp.GameMode
Vector3
Instance of
Vector3
to compare.
Return Value
Type:
Boolean
true if all components of both
Vector3
are equivalent; otherwise, false.
See Also
Reference
Vector3 Structure
SampSharp.GameMode Namespace