Class KeyboardIndicatorPin
An IPin implementation for a Keyboard indicator
Assembly: Meadow.Keyboard.dll
View Source
public class KeyboardIndicatorPin : Pin, IPin, IEquatable<IPin>
Inheritance: System.Object
-> Meadow.Hardware.Pin
Implements:
Meadow.Hardware.IPin
, System.IEquatable<Meadow.Hardware.IPin>
Methods
Equals(IPin?)
Compares this pin to another
View Source
public override bool Equals(IPin? other)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
Meadow.Hardware.IPin | other |
Implements
Meadow.Hardware.IPin
System.IEquatable<Meadow.Hardware.IPin>