Equals

CryptoCurrencyTransfer.Equals method

Overwrites Equals method to compare Cryptocurrency transfer properties

public override bool Equals(object obj)
Parameter Type Description
obj Object Cryptocurrency transfer object to compare with.

Return Value

Returns true if passed Cryptocurrency transfer object has same type and all its properties are equal to this instance properties.

See Also