DeployedDacCollection.Contains(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the referenced collection contains the specified string.
public:
bool Contains(System::String ^ name, System::String ^ serverInstanceName);
public bool Contains (string name, string serverInstanceName);
override this.Contains : string * string -> bool
Public Function Contains (name As String, serverInstanceName As String) As Boolean
Parameters
Returns
A Boolean value that determines whether the collection contains the specified string. If True
, it contains the string. Otherwise, False
.