Comparison for equality.
Complexity: O(min(n, n1)) where n1 is the number of elements in rhs.
See Implementation
Comparison for equality.
Complexity: O(min(n, n1)) where n1 is the number of elements in rhs.