Revenj.Extensibility.Autofac.Core.Service.operator C# (CSharp) 메소드

operator() 공개 정적인 메소드

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