Пример #1
0
 protected bool Equals(ControlType other)
 {
     return Equals(Type, other.Type) && Equals(ControlBuilderType, other.ControlBuilderType);
 }