Click or drag to resize
BuildContextEquality Operator
Determines whether two specified instances of BuildContext are equal.

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

Parameters

context1
Type: Kjs.AppLife.Update.Engine.Core.DesignBuildContext
An BuildContext.
context2
Type: Kjs.AppLife.Update.Engine.Core.DesignBuildContext
An BuildContext.

Return Value

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