Affecto.Testing.SpecFlow.Identifiers.IsTextAdded C# (CSharp) Method

IsTextAdded() private method

private IsTextAdded ( string textWithId ) : bool
textWithId string
return bool
        private bool IsTextAdded(string textWithId)
        {
            return identifiedTexts.Any(text => text.Value.Equals(textWithId));
        }
    }