Baseline.Testing.Reflection.ColorRule.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( ColorRule other ) : bool
other ColorRule
return bool
        protected bool Equals(ColorRule other)
        {
            return string.Equals(_color, other._color);
        }

Same methods

ColorRule::Equals ( object obj ) : bool