Example #1
0
 public bool Equals(PSBTOutput b) =>
 b != null && this.ToBytes().SequenceEqual(b.ToBytes());