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

Parameters

obj  Object
The other layer reference to compare.

Return Value

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