Language.IsDefault Method

Namespace
Kampute.DocToolkit.Languages
Assembly
  • Kampute.DocToolkit.dll

Definition

Determines whether the specified language is the default language.
public static bool IsDefault(IProgrammingLanguage language)

Parameters

language IProgrammingLanguage
The programming language to check.

Returns

bool
true if the specified language is the default language; otherwise, false.