Operator (Default implementation)pureswift.bluetooth 7.2.0Bluetooth
==(_:_:)
ByteValue.swift:63static func == (lhs: Self, rhs: Self) -> Bool
static func == (lhs: Self, rhs: Self) -> Bool
import Bluetooth
Pure Swift Bluetooth Definitions.
protocol ByteValue : Equatable
Stores a primitive value.
@frozen struct Bool
A value type whose instances are either true
or false
.
static func == (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are equal.
static var length: Int { get }
Size of value in bytes.
func withUnsafeBytes<R>(_ body: (UnsafeBufferPointer<UInt8>) throws -> R) rethrows -> R