public static bool op_LessThanOrEqual(LessThanOrEqualOp self, LessThanOrEqualOp other) { Flag.Set(330); return(self._value <= other._value); }
public static bool op_LessThanOrEqual(LessThanOrEqualOp self, LessThanOrEqualOp other) { Flag.Set(330); return self._value <= other._value; }