Photon Server API Documentation
v5.0RC1
Static Public Member Functions | |
| static bool | IsSubsetOf (this Hashtable hashtable, Dictionary< object, object > target) |
| static bool | Equals (Hashtable h1, Hashtable h2) |
| static int | GetHashCode (Hashtable h) |
| static bool | IsSubsetOf< TKey, TValue > (this Dictionary< TKey, TValue > dict, Dictionary< TKey, TValue > target) |
| Determines whether a Dictionary object is a subset of another Dictionary. More... | |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Determines whether a Dictionary object is a subset of another Dictionary.
| dict | |
| target |
| TValue | : | class |