op_Equality

AudioType Equality operator

Checks whether two “AudioType” values are equal

public static bool operator ==(AudioType first, AudioType second)
Parameter Type Description
first AudioType First AudioType to check
second AudioType Second AudioType to check

Return Value

True if are equal, false if are unequal

See Also