AriDEVParser.Util.Guid.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator !=(Guid first, Guid other)
        {
            return !(first == other);
        }