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

IndexOf() public method

Gets the index in the collection of the specified PhotoCommentInfoCollection, if it exists in the collection.
public IndexOf ( PhotoCommentInfo value ) : int
value PhotoCommentInfo The PhotoCommentInfoCollection to locate in the collection.
return int
		public int IndexOf(PhotoCommentInfo value) 
		{
			return this.List.IndexOf(value);
		}