public override bool Equals(IFilterContainter other)
 {
     ListViewHighlighter highlighter = other as ListViewHighlighter;
     return (((highlighter != null) && base.Equals(other)) && (this.ForeColor == highlighter.ForeColor));
 }
 public override bool Equals(IFilterContainter other)
 {
     VirtualHighligher highligher = other as VirtualHighligher;
     return (((((highligher != null) && base.Equals(other)) && ((this.IconType == highligher.IconType) && Nomad.Commons.Drawing.IconLocation.Equals(this.FIconLocation, highligher.FIconLocation))) && ((this.AlphaBlend == highligher.AlphaBlend) && (this.BlendColor == highligher.BlendColor))) && (this.BlendLevel == highligher.BlendLevel));
 }