UpdateContextInequality Operator |
Determines whether two specified instances of
UpdateContext are not equal.
Namespace: Kjs.AppLife.Update.Engine.CoreAssembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxpublic static bool operator !=(
UpdateContext context1,
UpdateContext context2
)
Public Shared Operator <> (
context1 As UpdateContext,
context2 As UpdateContext
) As Boolean
public:
static bool operator !=(
UpdateContext context1,
UpdateContext context2
)
static let inline (<>)
context1 : UpdateContext *
context2 : UpdateContext : bool
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
do not represent the same update context; otherwise,
.
See Also