Revenj.Extensibility.Autofac.Core.Service.operator C# (CSharp) Method

operator() public static method

Implements the operator !=.
public static operator ( ) : bool
return bool
        public static bool operator !=(Service lhs, Service rhs)
        {
            return !(lhs == rhs);
        }