VelocityDbHashSetTSetEquals Method |
Checks if this and other contain the same elements. This is set equality:
duplicates and order are ignored
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool SetEquals(
IEnumerable<T> other
)
Public Function SetEquals (
other As IEnumerable(Of T)
) As Boolean
public:
bool SetEquals(
IEnumerable<T>^ other
)
member SetEquals :
other : IEnumerable<'T> -> bool
Parameters
- other
- Type: System.Collections.GenericIEnumerableT
[Missing <param name="other"/> documentation for "M:VelocityDb.Collection.VelocityDbHashSet`1.SetEquals(System.Collections.Generic.IEnumerable{`0})"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VelocityDb.Collection.VelocityDbHashSet`1.SetEquals(System.Collections.Generic.IEnumerable{`0})"]
See Also