MatrixInequality Operator

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Tests for inequality between two objects.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static bool operator !=(
	Matrix left,
	Matrix right
)

Parameters

left
Type: RageMatrix
The first value to compare.
right
Type: RageMatrix
The second value to compare.

Return Value

Type: Boolean
true if left has a different value than right; otherwise, false.
See Also

Reference