Ancestry.QueryProcessor.Runtime.ModuleTuple.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator !=(ModuleTuple left, ModuleTuple right)
        {
            return !(left == right);
        }