| Matrix4Equals Method (Object) | 
 
            Determines whether the specified object is equal to the current instance of 
Matrix4.
            
 
    Namespace: 
   NeoAxis
    Assembly:
   NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
 Syntax
Syntaxpublic override bool Equals(
	Object obj
)
Parameters
- obj
- Type: SystemObject
 The object to compare with the current instance of Matrix4.
Return Value
Type: 
BooleanTrue if the specified object is equal to the current instance of 
Matrix4; otherwise, False.
 See Also
See Also