Click or drag to resize

AudioTagDefinitionIsDefault Method

Check if the supplied definition matches the default one

Namespace:  ImmerseSDK.Audio
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static bool IsDefault(
	AudioTagDefinition definition
)

Parameters

definition
Type: ImmerseSDK.AudioAudioTagDefinition
The tag definition to check

Return Value

Type: Boolean
True if the names match, otherwise false
See Also