SharpCvsLib

Entries.Contains Method 

Determines if the given collection contains an entry.

[Visual Basic]
Public Function Contains( _
   ByVal path As String _
) As Boolean
[C#]
public bool Contains(
   string path
);

Parameters

path
The path to the file on the file system that the entry represents.

Return Value

Missing <returns> documentation for M:ICSharpCode.SharpCvsLib.FileSystem.Entries.Contains(System.String)

See Also

Entries Class | ICSharpCode.SharpCvsLib.FileSystem Namespace