Class KeyboardIndicatorPin
An IPin implementation for a Keyboard indicator
Assembly: Meadow.Keyboard.dll
View Source
Declaration
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
Declaration
public override bool Equals(IPin? other)
Returns
System.Boolean
Parameters
| Type | Name |
|---|---|
Meadow.Hardware.IPin | other |
Implements
Meadow.Hardware.IPinSystem.IEquatable<Meadow.Hardware.IPin>