Click or drag to resize
UpdateContextEquality Operator
Determines whether two specified instances of UpdateContext are equal.

Namespace: Kjs.AppLife.Update.Engine.Core
Assembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public static bool operator ==(
	UpdateContext context1,
	UpdateContext context2
)

Parameters

context1
Type: Kjs.AppLife.Update.Engine.CoreUpdateContext
An UpdateContext.
context2
Type: Kjs.AppLife.Update.Engine.CoreUpdateContext
An UpdateContext.

Return Value

Type: Boolean
if context1 and context2 represent the same update context; otherwise, .
See Also