PhysicsGroupEquals Method  | 
 
            Whether the two collision group identifiers represent the same collision group.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic override bool Equals(
	Object other
)
Parameters
- other
 - Type: SystemObject
The other collision group. 
Return Value
Type: 
BooleanTrue if the two collision group identifiers represent the same collision group, false otherwise.
See Also