Click or drag to resize

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
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The other layer reference to compare.

Return Value

Type: Boolean
True if the specified layer reference references the same layer as this one, false otherwise.
See Also