Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Utils.HashSetExtensions Class Reference

Extensions for a HashSet{T}. More...

Static Public Member Functions

static HashSet< T > Union< T > (this HashSet< T > self, HashSet< T > other)
 Modifies the current hashset to contain all elements that are in itself, the specified collection, or both. More...
 
static bool SetEquals< T > (this IEnumerable< T > source, IEnumerable< T > other)
 Determines whether the current hashset and the specified collection contain the same elements. More...
 

Detailed Description

Extensions for a HashSet{T}.

Member Function Documentation

static bool PushTechnology.ClientInterface.Utils.HashSetExtensions.SetEquals< T > ( this IEnumerable< T >  source,
IEnumerable< T >  other 
)
static

Determines whether the current hashset and the specified collection contain the same elements.

Template Parameters
T
Parameters
source
other
Returns
static HashSet<T> PushTechnology.ClientInterface.Utils.HashSetExtensions.Union< T > ( this HashSet< T >  self,
HashSet< T >  other 
)
static

Modifies the current hashset to contain all elements that are in itself, the specified collection, or both.

Template Parameters
T
Parameters
self
other
Returns

The documentation for this class was generated from the following file: