Operator (Default implementation)swift 6.0.1Swift
==(_:_:)
static func == (x: Self, y: Self) -> Bool
Implements
static func == (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are equal.
static func == (x: Self, y: Self) -> Bool
static func == (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are equal.
import Swift
protocol Strideable<Stride> : Comparable
A type representing continuous, one-dimensional values that can be offset and measured.
@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 func < (x: Self, y: Self) -> Bool