We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378be39 commit 18a476bCopy full SHA for 18a476b
src/NHibernate/Collection/Generic/PersistentGenericSet.cs
@@ -390,7 +390,7 @@ public void SymmetricExceptWith(IEnumerable<T> other)
390
public bool IsSubsetOf(IEnumerable<T> other)
391
{
392
Read();
393
- return WrappedSet.IsProperSupersetOf(other);
+ return WrappedSet.IsSubsetOf(other);
394
}
395
396
public bool IsSupersetOf(IEnumerable<T> other)
0 commit comments