Opc.Ua.NumericRange.operator C# (CSharp) 메소드

operator() 공개 정적인 메소드

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