SoftBank.Note.equals-question-mark
You're seeing just the function
equals-question-mark
, go back to SoftBank.Note module for more information.
Specs
Returns true if two SoftBank.Note
of the same currency have the same amount
Example:
iex> SoftBank.Note.equals?(SoftBank.Note.new(100, :USD), SoftBank.Note.new(100, :USD))
true
iex> SoftBank.Note.equals?(SoftBank.Note.new(101, :USD), SoftBank.Note.new(100, :USD))
false