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
leftMaaContext?-
The left value.
rightMaaContext?-
The right value.