Table of Contents

Operator operator !=

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.Native.dll

operator !=(MaaContext?, MaaContext?)

Compares two values to determine inequality.

public static bool operator !=(MaaContext? left, MaaContext? right)

Parameters

left MaaContext?

The left value.

right MaaContext?

The right value.

Returns

bool

true if left not equal to right; otherwise, false.