PowerInput.Inequality(PowerInput, PowerInput) Operator

Definition

public static bool operator != (Iot.Device.PiJuiceDevice.Models.PowerInput? r1, Iot.Device.PiJuiceDevice.Models.PowerInput? r2);
public static bool operator != (Iot.Device.PiJuiceDevice.Models.PowerInput? left, Iot.Device.PiJuiceDevice.Models.PowerInput? right);
static member op_Inequality : Iot.Device.PiJuiceDevice.Models.PowerInput * Iot.Device.PiJuiceDevice.Models.PowerInput -> bool
static member op_Inequality : Iot.Device.PiJuiceDevice.Models.PowerInput * Iot.Device.PiJuiceDevice.Models.PowerInput -> bool
Public Shared Operator != (r1 As PowerInput, r2 As PowerInput) As Boolean
Public Shared Operator != (left As PowerInput, right As PowerInput) As Boolean

Parameters

r1left
PowerInput
r2right
PowerInput

Returns

Applies to