Example #1
0
 public int GetHashCode(IAnalysisSet obj)
 {
     return(obj.Aggregate(GetHashCode(), (hash, ns) => hash ^ GetHashCode(ns)));
 }