Compares two setoids for equality.
This API is still experimental, so it may change or be removed in future versions. You should not rely on it for production applications.
Compares two setoids for equality.
function(aSetoid) {
return equals(this, aSetoid);
}