Click or drag to resize
DigitalRuneLodEntryEquality Operator
Compares two LodEntry instances 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 ==(
	LodEntry left,
	LodEntry right
)

Parameters

left
Type: DigitalRune.Graphics.SceneGraphLodEntry
The first LodEntry.
right
Type: DigitalRune.Graphics.SceneGraphLodEntry
The second LodEntry.

Return Value

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