Edit

Share via


BatteryProfile.Equality(BatteryProfile, BatteryProfile) Operator

Definition

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

Parameters

r2right
BatteryProfile

Returns

Applies to