MatrixEquals Method (Object) |
Compares whether current instance is equal to specified
Object without any tolerance.
Namespace: SampSharp.GameModeAssembly: SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.7.6221.37952
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
The Object to compare.
Return Value
Type:
Booleantrue if the instances are equal;
false otherwise.
See Also