| ServiceInequality Operator  | 
 
            Implements the operator !=.
            
 
    Namespace: 
   Autofac.Core
    Assembly:
   Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
 Syntax
Syntaxpublic static bool operator !=(
	Service left,
	Service right
)
Public Shared Operator <> ( 
	left As Service,
	right As Service
) As Boolean
Parameters
- left
- Type: Autofac.CoreService
 The left operand.
- right
- Type: Autofac.CoreService
 The right operand.
Return Value
Type: 
BooleanThe result of the operator.
 See Also
See Also