VertexBufferEquals Method (Object) | 
 
            Determines whether the specified 
Object is equal to this instance.
            
 
    Namespace: 
   Internal.SharpBgfx
    Assembly:
   NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntaxpublic override bool Equals(
	Object obj
)
Parameters
- obj
 - Type: SystemObject
The Object to compare with this instance. 
Return Value
Type: 
Booleantrue if the specified 
Object is equal to this instance; otherwise, 
false.
            
See Also