DeviceCollection.Contains(DeviceInfo) Method

Definition

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.

Returns

Applies to