LayerReferenceEquals Method  | 
 
            Whether the specified layer reference references the same layer as this layer reference.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic override bool Equals(
	Object obj
)
Parameters
- obj
 - Type: SystemObject
The other layer reference to compare. 
Return Value
Type: 
BooleanTrue if the specified layer reference references the same layer as this one, false otherwise.
See Also