Skip to content

EXTENSION

BuildConfiguration

swift
extension BuildConfiguration: Equatable

Properties

description

swift
public var description: String

Methods

==(_:_:)

swift
public static func == (lhs: BuildConfiguration, rhs: BuildConfiguration) -> Bool

Parameters

NameDescription
lhsA value to compare.
rhsAnother value to compare.

hash(into:)

swift
public func hash(into hasher: inout Hasher)

Parameters

NameDescription
hasherThe hasher to use when combining the components of this instance.

<(_:_:)

swift
public static func < (lhs: BuildConfiguration, rhs: BuildConfiguration) -> Bool

Parameters

NameDescription
lhsA value to compare.
rhsAnother value to compare.