AVAudioFormat.Equality(AVAudioFormat, AVAudioFormat) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Evaluates to true
if a
and b
are both AVAudioFormat instances and have the same values.
public static bool operator == (AVFoundation.AVAudioFormat a, AVFoundation.AVAudioFormat b);
static member ( = ) : AVFoundation.AVAudioFormat * AVFoundation.AVAudioFormat -> bool