Example #1
0
File: Next.cs Project: 0xCM/arrows
 public bool Equals(NatSeq rhs)
 => Value == rhs.value;
Example #2
0
File: Pow.cs Project: 0xCM/arrows
 public bool Equals(NatSeq other)
 => Value == other.value;