DeviceCollection.Contains(DeviceInfo) 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.
Returns a value indicating whether the specified DeviceInfo object is a member of the DeviceCollection class.
public bool Contains (Microsoft.PointOfService.DeviceInfo value);
member this.Contains : Microsoft.PointOfService.DeviceInfo -> bool
Public Function Contains (value As DeviceInfo) As Boolean
Parameters
- value
- DeviceInfo
The DeviceInfo object to find in the collection.