Click or drag to resize
DigitalRuneStarEquality Operator
Compares two Stars to determine whether they are the same.

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

Parameters

left
Type: DigitalRune.GraphicsStar
The first instance.
right
Type: DigitalRune.GraphicsStar
The second instance.

Return Value

Type: Boolean
if the instances are equal; otherwise .
See Also