Click or drag to resize

MatrixEquals Method (Object)

Compares whether current instance is equal to specified Object without any tolerance.

Namespace:  SampSharp.GameMode
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to compare.

Return Value

Type: Boolean
true if the instances are equal; false otherwise.
See Also