Revenj.Extensibility.Autofac.Core.Service.operator C# (CSharp) Méthode

operator() public static méthode

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