Opc.Ua.NumericRange.operator C# (CSharp) Method

operator() public static method

Returns true if the objects are equal.
Returns true if the objects are equal.
public static operator ( ) : bool
return bool
        public static bool operator==(NumericRange value1, NumericRange value2)
        {
            return value1.Equals(value2);
        }