Click or drag to resize

LayerReferenceEquality Operator

Whether the two specified layer references reference the same layer.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static bool operator ==(
	LayerReference a,
	LayerReference b
)

Parameters

a  LayerReference
The left operand.
b  LayerReference
The right operand.

Return Value

Boolean
True if the layer references reference the same layer, false otherwise.
See Also