Click or drag to resize

ServiceInequality Operator

Implements the operator !=.

Namespace:  Autofac.Core
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public static bool operator !=(
	Service left,
	Service right
)

Parameters

left
Type: Autofac.CoreService
The left operand.
right
Type: Autofac.CoreService
The right operand.

Return Value

Type: Boolean
The result of the operator.
See Also