コード例 #1
0
 private bool Equals(FieldMember other)
 {
     return(FullName.Equals(other.FullName));
 }