Exemple #1
0
 public bool IsEqual(PriceData other)
 {
     return (symbol == other.symbol) && (name == other.name) && (algo == other.algo) && (currentBlocks == other.currentBlocks) && (difficulty == other.difficulty) && (reward == other.reward) &&
         (minBlockTime == other.minBlockTime) && (networkhashrate == other.networkhashrate) && (price == other.price) && (exchange == other.exchange) && (exchange_url == other.exchange_url);
 }
Exemple #2
0
 public bool IsEqual(PriceData other)
 {
     return((symbol == other.symbol) && (name == other.name) && (algo == other.algo) && (currentBlocks == other.currentBlocks) && (difficulty == other.difficulty) && (reward == other.reward) &&
            (minBlockTime == other.minBlockTime) && (networkhashrate == other.networkhashrate) && (price == other.price) && (exchange == other.exchange) && (exchange_url == other.exchange_url));
 }