BetterWaywo.RatingsConfig.Matches C# (CSharp) Method

Matches() public method

public Matches ( string label ) : bool
label string
return bool
        public bool Matches(string label)
        {
            return Labels.Any(x => x.Equals(label));
        }
RatingsConfig