Click or drag to resize
DigitalRuneLodSelectionEquality Operator
Compares two LodSelections to determine whether they are the same.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static bool operator ==(
	LodSelection left,
	LodSelection right
)

Parameters

left
Type: DigitalRune.Graphics.SceneGraphLodSelection
The first LodSelection.
right
Type: DigitalRune.Graphics.SceneGraphLodSelection
The second LodSelection.

Return Value

Type: Boolean
if the left and right are the same; otherwise, .
See Also