Method Contains NamespaceAlternet.UI AssemblyAlternet.UI.Common.dll Contains(object?) Determines whether the IList contains a specific value. public override bool Contains(object? value) Parameters value object The object to locate in the IList. Returns bool true if the object is found in the IList; otherwise, false.