CondensedStats Structure |
[This is preliminary documentation and is subject to change.]
Namespace: Condensed
The CondensedStats type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Count of items currently in the collection.
| |
| InternPoolCount |
Count of items currently in the collection's intern pool.
| |
| UniqueCount |
Count of unique items currently in the collection.
|
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified object is equal to the current object.
(Overrides ValueTypeEquals(Object).) | |
| Equals(CondensedStats) |
Determines whether the specified object is equal to the current object.
| |
| GetHashCode |
Gets the hash of the value
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| Equality |
Determines whether two specified CondensedStats values are equal.
| |
| Inequality |
Determines whether two specified CondensedStats values are not equal.
|