Table of Contents

Method Is

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

Is(OSKind, OSKind)

Tests whether operatingSystem is an operating system with the specified test flag.
public static bool Is(this OSKind operatingSystem, OSKind test)

Parameters

operatingSystem OSKind
The OSKind to test.
test OSKind
The test value.

Returns

bool
true if operatingSystem matches test; false otherwise.

Examples