ChargingConfig.Equals Method
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.
C#
public virtual bool Equals (Iot.Device.PiJuiceDevice.Models.ChargingConfig? other);
override this.Equals : Iot.Device.PiJuiceDevice.Models.ChargingConfig -> bool
Public Overridable Function Equals (other As ChargingConfig) As Boolean
Parameters
- other
- ChargingConfig
Returns
Implements
Applies to
.NET IoT Libraries 2.2.0 and other versions
Product | Versions |
---|---|
.NET IoT Libraries | 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |
C#
public override bool Equals (object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
Returns
Applies to
.NET IoT Libraries 2.2.0 and other versions
Product | Versions |
---|---|
.NET IoT Libraries | 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |