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