Click or drag to resize
DigitalRuneGameEventCollectionEquality Operator
Compares two GameEventCollections 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 ==(
	GameEventCollection collection1,
	GameEventCollection collection2
)

Parameters

collection1
Type: DigitalRune.GameGameEventCollection
The first GameEventCollection.
collection2
Type: DigitalRune.GameGameEventCollection
The second GameEventCollection.

Return Value

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