MatrixEquals Method (Matrix)

RAGE Plugin Hook Documentation

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

Returns a value that indicates whether the current instance is equal to the specified object.

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

public bool Equals(
	Matrix other
)

Parameters

other
Type: RageMatrix
Object to make the comparison with.

Return Value

Type: Boolean
true if the current instance is equal to the specified object; false otherwise.

Implements

IEquatableTEquals(T)
See Also

Reference