EXTENSION
BuildConfiguration
swift
extension BuildConfiguration: EquatableProperties
description
swift
public var description: StringMethods
==(_:_:)
swift
public static func == (lhs: BuildConfiguration, rhs: BuildConfiguration) -> BoolParameters
| Name | Description |
|---|---|
| lhs | A value to compare. |
| rhs | Another value to compare. |
hash(into:)
swift
public func hash(into hasher: inout Hasher)Parameters
| Name | Description |
|---|---|
| hasher | The hasher to use when combining the components of this instance. |
<(_:_:)
swift
public static func < (lhs: BuildConfiguration, rhs: BuildConfiguration) -> BoolParameters
| Name | Description |
|---|---|
| lhs | A value to compare. |
| rhs | Another value to compare. |
