Method | Description | |
---|---|---|
IsNotNull ( this deviceItem ) : bool |
Checks to see if a device is not null
|
|
IsNull ( this deviceItem ) : bool |
Checks to see if a device is null
|
|
IsOfDevice ( this deviceItem, string deviceId ) : bool |
check the device item against a device id
|
public static IsNotNull ( this deviceItem ) : bool | ||
deviceItem | this | |
return | bool |
public static IsNull ( this deviceItem ) : bool | ||
deviceItem | this | |
return | bool |
public static IsOfDevice ( this deviceItem, string deviceId ) : bool | ||
deviceItem | this | |
deviceId | string | |
return | bool |