Part of the Setoid instance for Fantasy Land 2.x+. See the equals method for details.
equals
('S 'a).('S 'a) => Boolean where 'S is Setoid
'fantasy-land/equals'(that) { return this.equals(that); }