diff --git a/SMBLibrary/Server/ShareCollection.cs b/SMBLibrary/Server/ShareCollection.cs index 8577388..93060d9 100644 --- a/SMBLibrary/Server/ShareCollection.cs +++ b/SMBLibrary/Server/ShareCollection.cs @@ -22,6 +22,7 @@ namespace SMBLibrary.Server share.FileSystem = fileSystem; this.Add(share); } + public bool Contains(string shareName, StringComparison comparisonType) { return (this.IndexOf(shareName, comparisonType) != -1);