public bool Equals(ICssSchemaFilter other)
 {
     return other.Name.Equals(Name);
 }
 public bool Equals(ICssSchemaFilter other)
 {
     return(other.Name.Equals(Name));
 }