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

operator() public static method

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