NimbusNativeSize
enum NimbusNativeSize
extension NimbusNativeSize : Equatable, Hashable
-
320x50
Declaration
Swift
case small -
300x250
Declaration
Swift
case medium -
320x480
Declaration
Swift
case large -
Returns a Boolean value indicating whether two values are not equal.
Inequality is the inverse of equality. For any values
aandb,a != bimplies thata == bisfalse.This is the default implementation of the not-equal-to operator (
!=) for any type that conforms toEquatable.Declaration
Swift
static func != (lhs: Self, rhs: Self) -> BoolParameters
lhsA value to compare.
rhsAnother value to compare.
NimbusNativeSize Enumeration Reference