Table of Contents

Operator operator ==

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

operator ==(MaaContext?, MaaContext?)

Compares two values to determine equality.

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

Parameters

left MaaContext?

The left value.

right MaaContext?

The right value.

Returns

bool

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