protected bool Equals(ProcessArchitecture other) { if (other.GetType() != this.GetType()) { return(false); } return(true); }
protected bool Equals(ProcessArchitecture other) { if (other.GetType() != this.GetType()) return false; return true; }