Ancestry.QueryProcessor.Type.TupleKey.operator C# (CSharp) Method

operator() public static method

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