Sharekhan.domain.Price.operator C# (CSharp) Method

operator() public static method

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

Same methods

Price::operator ( ) : Price