-
Implemented
Entity.Equals(object)
andEntity.GetHashCode()
to enable use inDictionary<Entity,>
andHashSet<Entity>
.
See FitHub Issue#56 - Entity.Equals() throws "Not implemented to avoid excessive boxing." -
Fixed GitHub Issue#55 - SystemRoot.GetPerfLog() throws ArgumentOutOfRange when system names are too long..
The length of the System name column can now be customized insystem.GetPerfLog(int nameColLen)
.