Table of Contents

Operator operator !=

Namespace
MonoMod.Core.Platforms
Assembly
MonoMod.Core.dll

operator !=(FeatureFlags, FeatureFlags)

Compares two FeatureFlags instances for inequality.
public static bool operator !=(FeatureFlags left, FeatureFlags right)

Parameters

left FeatureFlags
The first instance to compare.
right FeatureFlags
The second instance to compare.

Returns

bool
true if the two instances do not contain exactly the same set of flags; false otherwise.