You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

GraphQLEnum


EXTENSION

GraphQLEnum

Swift
1extension GraphQLEnum

Methods

==(_:_:)

Swift
1public static func ==(lhs: GraphQLEnum<T>, rhs: GraphQLEnum<T>) -> Bool

Parameters

NameDescription
lhsA value to compare.
rhsAnother value to compare.

==(_:_:)

Swift
1public static func ==(lhs: GraphQLEnum<T>, rhs: T) -> Bool

!=(_:_:)

Swift
1public static func !=(lhs: GraphQLEnum<T>, rhs: T) -> Bool
Feedback

Edit on GitHub

Forums