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: 15.0.2.11458
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