Discuz.Entity.PhotoCommentInfoCollection.Contains C# (CSharp) Method

Contains() public method

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.
return bool
		public bool Contains(PhotoCommentInfo value) 
		{
			return this.List.Contains(value);
		}