/// <summary> /// Gets the hash code of an object id /// </summary> /// <param name="objectId">Object id created by this class</param> /// <returns></returns> public abstract int GetHashCode(DbgEngineObjectId objectId);
/// <summary> /// Checks if an object id and a value refer to the same data /// </summary> /// <param name="objectId">Object id created by this class</param> /// <param name="value">Value created by this runtime</param> /// <returns></returns> public abstract bool Equals(DbgEngineObjectId objectId, DbgEngineValue value);