GraphQLEnum
EXTENSION
GraphQLEnum
Swift
1extension GraphQLEnum
Methods
==(_:_:)
Swift
1public static func ==(lhs: GraphQLEnum<T>, rhs: GraphQLEnum<T>) -> Bool
Parameters
Name | Description |
---|---|
lhs | A value to compare. |
rhs | Another value to compare. |
==(_:_:)
Swift
1public static func ==(lhs: GraphQLEnum<T>, rhs: T) -> Bool
!=(_:_:)
Swift
1public static func !=(lhs: GraphQLEnum<T>, rhs: T) -> Bool