コード例 #1
0
 protected bool Equals(ProcessArchitecture other)
 {
     if (other.GetType() != this.GetType())
     {
         return(false);
     }
     return(true);
 }
コード例 #2
0
 protected bool Equals(ProcessArchitecture other)
 {
     if (other.GetType() != this.GetType()) return false;
     return true;
 }