op_Inequality

AudioType Inequality operator

Checks whether two “AudioType” values are not 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