Click or drag to resize
DigitalRuneGamePropertyCollectionEquality Operator
Compares two GamePropertyCollections to determine whether they are the same.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public static bool operator ==(
	GamePropertyCollection collection1,
	GamePropertyCollection collection2
)

Parameters

collection1
Type: DigitalRune.GameGamePropertyCollection
The first GamePropertyCollection.
collection2
Type: DigitalRune.GameGamePropertyCollection
The second GamePropertyCollection.

Return Value

Type: Boolean
if the collection1 and collection2 are the same; otherwise, .
See Also