ProvisionedFabricCodeVersionList.Contains 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.
Indicates whether the list contains a specified item.
public bool Contains (System.Fabric.Query.ProvisionedFabricCodeVersion item);
abstract member Contains : System.Fabric.Query.ProvisionedFabricCodeVersion -> bool
override this.Contains : System.Fabric.Query.ProvisionedFabricCodeVersion -> bool
Public Function Contains (item As ProvisionedFabricCodeVersion) As Boolean
Parameters
The item to search.
Returns
true
if the list contains a specified item; otherwise, false
.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET