vImageCGImageFormat_IsEqual(_:_:)
Returns a Boolean value that indicates whether two vImage Core Graphics image formats are equal.
Declaration
func vImageCGImageFormat_IsEqual(_ f1: UnsafePointer<vImage_CGImageFormat>!, _ f2: UnsafePointer<vImage_CGImageFormat>!) -> BoolParameters
- f1:
The first Vimage_cgimageformat structure. If Colorspace is
nil, the function uses sRGB. - f2:
The second Vimage_cgimageformat structure. If Colorspace is
nil, the function uses sRGB.
Return Value
A Boolean value that indicates whether two vImage Core Graphics image formats are equal.