Discuz.Entity.PhotoCommentInfoCollection.Contains C# (CSharp) Метод

Contains() публичный Метод

Gets a value indicating whether the collection contains the specified PhotoCommentInfoCollection.
public Contains ( PhotoCommentInfo value ) : bool
value PhotoCommentInfo The PhotoCommentInfoCollection to search for in the collection.
Результат bool
		public bool Contains(PhotoCommentInfo value) 
		{
			return this.List.Contains(value);
		}