Click or drag to resize
DigitalRuneEffectPassBindingInequality Operator
Compares two EffectPassBindings to determine whether they are different.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static bool operator !=(
	EffectPassBinding left,
	EffectPassBinding right
)

Parameters

left
Type: DigitalRune.Graphics.EffectsEffectPassBinding
The first effect pass binding.
right
Type: DigitalRune.Graphics.EffectsEffectPassBinding
The second effect pass binding.

Return Value

Type: Boolean
if the effect pass bindings are different; otherwise .
See Also