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); }
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)); }