Inheritance: System.ComponentModel.PropertyDescriptor
Beispiel #1
0
        public override bool Equals(object obj)
        {
            FieldPropertyDescriptor other = obj as FieldPropertyDescriptor;

            return(other != null && other._fieldInfo.Equals(_fieldInfo));
        }
 public override string ToString()
 {
     return(FieldPropertyDescriptor.ToString());
 }