Share via


ProbeCollection.Contains Method

Definition

Overloads

Contains(ProbeFamily)
Contains(KeyValuePair<String,ProbeFamily>)

Contains(ProbeFamily)

public bool Contains (Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily item);
abstract member Contains : Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily -> bool
override this.Contains : Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily -> bool
Public Function Contains (item As ProbeFamily) As Boolean

Parameters

Returns

Implements

Applies to

Contains(KeyValuePair<String,ProbeFamily>)

public bool Contains (System.Collections.Generic.KeyValuePair<string,Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily> item);
abstract member Contains : System.Collections.Generic.KeyValuePair<string, Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily> -> bool
override this.Contains : System.Collections.Generic.KeyValuePair<string, Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily> -> bool
Public Function Contains (item As KeyValuePair(Of String, ProbeFamily)) As Boolean

Parameters

Returns

Implements

Applies to