PinValue.Equals Method

Definition

Overloads

Equals(PinValue)

Returns true if the other instance represents the same PinValue than this.

Equals(Object)

Equals(PinValue)

Returns true if the other instance represents the same PinValue than this.

public bool Equals (System.Device.Gpio.PinValue other);
override this.Equals : System.Device.Gpio.PinValue -> bool
Public Function Equals (other As PinValue) As Boolean

Parameters

other
PinValue

Returns

Implements

Applies to

Equals(Object)

Indicates whether this instance and a specified object are equal.

public override bool Equals (object obj);
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