Click or drag to resize
DigitalRuneGamePropertyTEquality Operator

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public static bool operator ==(
	GameProperty<T> property1,
	GameProperty<T> property2
)

Parameters

property1
Type: DigitalRune.GameGamePropertyT
The first GamePropertyT.
property2
Type: DigitalRune.GameGamePropertyT
The second GamePropertyT.

Return Value

Type: Boolean
if the property1 and property2 are the same; otherwise, .
See Also