Class ReferenceEqualsHashtable
This hashtable compares the keys depending on their reference values
Inheritance
System.Object
System.Collections.Hashtable
ReferenceEqualsHashtable
Implements
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback
System.ICloneable
Inherited Members
System.Collections.Hashtable.Add(System.Object, System.Object)
System.Collections.Hashtable.Clear()
System.Collections.Hashtable.Clone()
System.Collections.Hashtable.Contains(System.Object)
System.Collections.Hashtable.ContainsKey(System.Object)
System.Collections.Hashtable.ContainsValue(System.Object)
System.Collections.Hashtable.CopyTo(System.Array, System.Int32)
System.Collections.Hashtable.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Hashtable.GetEnumerator()
System.Collections.Hashtable.GetHash(System.Object)
System.Collections.Hashtable.KeyEquals(System.Object, System.Object)
System.Collections.Hashtable.Remove(System.Object)
System.Collections.Hashtable.Synchronized(System.Collections.Hashtable)
System.Collections.Hashtable.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Hashtable.OnDeserialization(System.Object)
System.Collections.Hashtable.hcp
System.Collections.Hashtable.comparer
System.Collections.Hashtable.EqualityComparer
System.Collections.Hashtable.Item[System.Object]
System.Collections.Hashtable.IsReadOnly
System.Collections.Hashtable.IsFixedSize
System.Collections.Hashtable.IsSynchronized
System.Collections.Hashtable.Keys
System.Collections.Hashtable.Values
System.Collections.Hashtable.SyncRoot
System.Collections.Hashtable.Count
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Lib.Collections
Assembly: ImageVault.Common.dll
Syntax
public class ReferenceEqualsHashtable : Hashtable, IDictionary, ICollection, IEnumerable, ISerializable, IDeserializationCallback, ICloneable
Remarks
2008-05-30 dan: Created
Constructors
ReferenceEqualsHashtable()
Initializes a new instance of the ReferenceEqualsHashtable class.
Declaration
public ReferenceEqualsHashtable()
Implements
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback
System.ICloneable