MatrixEquals Method (Matrix, Matrix)

RAGE Plugin Hook Documentation

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

Determines whether the specified object instances are considered equal.

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

public static bool Equals(
	ref Matrix value1,
	ref Matrix value2
)

Parameters

value1
Type: RageMatrix
value2
Type: RageMatrix

Return Value

Type: Boolean
true if value1 is the same instance as value2 or if both are null references or if value1.Equals(value2) returns true; otherwise, false.
See Also

Reference